projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f686c8
)
(ELCFILES): Fix typo in previous change.
author
Glenn Morris
<rgm@gnu.org>
Tue, 23 Jun 2009 07:21:22 +0000
(07:21 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 23 Jun 2009 07:21:22 +0000
(07:21 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 879d8b3765552a7eaec24d89fc4117a4fec97a47..043c8fbc2618c41378aadba6280b5f971a551f16 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2009-06-23 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (ELCFILES): Fix typo in previous change.
+
2009-06-23 Miles Bader <miles@gnu.org>
* cus-start.el: Add entry for `recenter-redisplay'.
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index ab4da05bb9d85aaccfb8d27597bb142d8fa0e536..0012461b35683df0b44fd579fdd55a300ff969d2 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-860,7
+860,7
@@
ELCFILES = \
$(lisp)/net/tramp-compat.elc \
$(lisp)/net/tramp-fish.elc \
$(lisp)/net/tramp-ftp.elc \
- $(lisp)/net/tramp-gvfs.el \
+ $(lisp)/net/tramp-gvfs.el
c
\
$(lisp)/net/tramp-gw.elc \
$(lisp)/net/tramp-smb.elc \
$(lisp)/net/tramp-uu.elc \